home *** CD-ROM | disk | FTP | other *** search
- Bill -
-
- Why does ximap bother to have a message number map at all? If you keep a
- pointer to the elt instead (being sure to lock it!) that's all you need. The
- elt will always have the correct message number for that message, or 0 if it
- has been expunged (in which case the elt becomes a zombie elt).
-
- I agree with your comment that this is not computationally expensive, not
- even on a Mac PowerBook-100 or a PC/XT. I/O time is most of the real-time
- wait.
-
- -- Mark --
-
-
-
-